home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / repeat_1.zip / REPEAT.DOC < prev    next >
Text File  |  1992-01-06  |  5KB  |  126 lines

  1.  
  2.                    ╥─────┐
  3.                    ║     │                            ║
  4.                    ╟───┬─┘ ╥──┐ ╥──┐ ╥──┐ ╓──┐ ╓─╥─┐  ║
  5.                    ║   │   ╟─   ╟──┘ ╟─   ╟──┤   ║    ║
  6.                    ╨   ┴─  ╨──┘ ╨    ╨──┘ ╨  ┴   ╨    o
  7.                °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
  8.  
  9.                     (C) Copyright 1992 - Ron Bergeron
  10.  
  11.  What is it?
  12.  ~~~~~~~~~~~
  13.  
  14. REPEAT!  is an ANSI on-line game that  will  test  the  memory  of  your
  15. callers.   The game will display a lighted box under one of four numbers
  16. drawn on the screen.  The user must press the correct key to light  this
  17. same  number.  The computer will then repeat the first number, and add a
  18. second.  The user  must  echo  this  back.   This  continues,  with  the
  19. sequence  growing  longer  and longer, until the user misses a number or
  20. reaches a sequence of 100 numbers.
  21.  
  22. This is harder than it sounds!
  23.  
  24. REPEAT!  keeps track of the top  ten  players  of  the  game.   It  will
  25. display  their  names,  number of turns reached, the date this score was
  26. achieved, and their rating.
  27.  
  28. REPEAT!  allows the sysop to enter into chat mode, drop  to  DOS,  force
  29. the  user back to the BBS, increase or decrease the user's time, or drop
  30. carrier.  Press  F9  from  within  the  door  for  more  info  on  these
  31. functions.
  32.  
  33. REPEAT!    monitors   carrier  detect  and  handles  locked  baud  rates
  34. automatically (as any modern door should).
  35.  
  36.  
  37.  Who is it for?
  38.  ~~~~~~~~~~~~~~
  39.  
  40. REPEAT!  was  written  using a  Turbo C  door library  called  OpenDoors
  41. (written  by Brian Pirie).  Using this library, REPEAT!  should directly
  42. run with the following Bulletin Board software:
  43.  
  44.                      QuickBBS          WWIV
  45.                      Remote Access     Spitfire
  46.                      PC-Board          SuperBBS
  47.                      Maximus           RBBS-PC
  48.                      Opus              TriTel
  49.                      WildCat           GAP
  50.  
  51. Notice I said "should".  I have only tested REPEAT!  with  QuickBBS  and
  52. Remote  Access.   I cannot guarantee that it will run on all the others.
  53. If you try it and it works with your software, please let me know!
  54.  
  55.  
  56.  How do I set it up?
  57.  ~~~~~~~~~~~~~~~~~~~
  58.  
  59. REPEAT!  is easy to set up!   I  suggest  that  you  create  a  separate
  60. directory  on your system for REPEAT!.  Copy REPEAT!  to that directory.
  61. Have your BBS call a batch file that changes to that directory and  then
  62. starts  the game.  (Check your BBS documentation for how to set up doors
  63. with your particular software.) Should you decide to  register  REPEAT!,
  64. the key file also goes into this directory.
  65.  
  66. REPEAT!  needs to know where to find your BBS system files, so place the
  67. path to your system files on REPEAT!'s command line.
  68.  
  69. My batch file looks like this:
  70.  
  71.                            @echo off
  72.                            cd d:\qbbs\doors\REPEAT
  73.                            REPEAT d:\qbbs
  74.                            cd d:\qbbs
  75.  
  76. That's all there is to it!  When REPEAT!  runs the first time,  it  will
  77. create  a  file  that  contains  the  Top Ten information.  This file is
  78. called REPEAT.SCR.  If you ever  want to reset  the  high  scores,  just
  79. delete this file.
  80.  
  81.  
  82.  Can I run it locally?
  83.  ~~~~~~~~~~~~~~~~~~~~~
  84.  
  85. Of course!  You can run REPEAT!  in local mode by entering:
  86.  
  87.                            REPEAT  local
  88.  
  89. REPEAT!   will then ask you for your name and continue from there.  This
  90. is a good way to test the door to see if you really want to set it up on
  91. your BBS.  When in local mode,  REPEAT! requires  that you have ANSI.SYS
  92. installed in your config.sys.
  93.  
  94.  
  95.  
  96.  Registration:
  97.  ~~~~~~~~~~~~~
  98.  
  99. REPEAT!  is NOT freeware!  If you use REPEAT!  on your BBS for more than
  100. 3 weeks, you are required to register it.  Registration is very cheap  -
  101. only  $5.00.   I  am  a  sysop too, and I realize that registering EVERY
  102. program is quite a financial drain.  This is really only a  small  token
  103. to  give  me  incentive  to  continue door programming.  Run the program
  104. REGISTER.EXE if you decide to register.  When  you  register,  your  BBS
  105. name will appear in place of the bright yellow [UNREGISTERED] during the
  106. game.  This will show your callers that YOU support shareware!
  107.  
  108.  
  109.  Legal disclaimer:
  110.  ~~~~~~~~~~~~~~~~~
  111.  
  112. I guarantee that REPEAT!  will take up space on your hard drive.  That's
  113. all.   If  your  drive  starts  sounding like a blender full of nuts and
  114. bolts 5 minutes after installing REPEAT!, I'll feel bad but  that's  the
  115. extent of my responsibility.  Use this program at your own risk.  It has
  116. worked for me with my particular setup.
  117.  
  118. If you have any questions, comments, or suggestions about REPEAT!,  feel
  119. free to contact me.
  120.  
  121.                              Ron Bergeron
  122.                               The Machine
  123.                              (508)948-2921
  124.                            FidoNet 1:324/124
  125.  
  126.